public void makeRipe() { this.grow(); this.grow(); } public void updateLight() {
public void makeRipe() { while(!this.canHarvest()) this.grow(); } public void updateLight() {